home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-04-01 | 797 b | 28 lines | [TEXT/GEOL] |
- Item 8323841 26-March-91 18:00PST
-
- From: D6314 AmeriChem Eng, Ron Reynolds,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- ------------------------------------------------------------------------------
-
- Sub: MacApp/C++/Fields..
-
-
- Hi MacApp Programmmer´s
-
- While using the Fields method (MacApp/C++), I encountered a difficulty. I
- would greatly appreciate it, if someone could tell me the correct way to print
- arrays(say an array of integers) in the inspector window? Do we have to print
- each element separately with a
- DoToField("\pfarray[0]", (Ptr) &farray[0], bInteger, DoToField_StaticLink);
- ???? This does not seem to be convenient solution for large arrays.....
-
- Thanks
-
- Franco Davis
-
-
- Author: F.D
-
-